UFix64MINumericUFix64MSubtract Method
Subtracts the specified value from the current value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UFix64M INumeric<UFix64M>.Subtract(
UFix64M value
)
Private Function Subtract (
value As UFix64M
) As UFix64M Implements INumeric(Of UFix64M).Subtract
private:
virtual UFix64M Subtract(
UFix64M value
) sealed = INumeric<UFix64M>::Subtract
private abstract Subtract :
value : UFix64M -> UFix64M
private override Subtract :
value : UFix64M -> UFix64M
- value UFix64M
- The value to subtract from the current value.
UFix64MThe result of subtracting
value from the current value.
INumericTSelfSubtract(TSelf)